TGGS Computer Science

Y8 - Computer Networks Explained

This resource explains how computer networks work, starting with simple local networks and building up to how data travels across the internet.


1. Basic Network (No Switch – Mesh Topology)

Basic network with no switch

This is a very simple network where each computer is connected directly to the others. There is no central device such as a switch.

This type of network can be cheap to set up for a very small business, as no switch is required.

However:

Because of this, mesh-style local networks are rarely used in practice.


2. Star Network Using a Switch

Star network with switch

In a star network, all computers connect to a central switch.

A switch is a device that receives data and forwards it only to the intended destination device.

Advantages
  • Easy to add or remove computers
  • If one cable fails, only one computer is affected
  • Less cabling than a mesh network
Disadvantages
  • If the switch fails, the whole network stops working
  • More expensive than a simple mesh network

3. Star Network with a File Server

Star network with file server

A file server is a powerful computer that stores files and user accounts.

In a school network, this allows students to:

The switch allows computers to communicate efficiently with the file server without sending data to every device.


4. Connecting the Network to the Internet (Using a Router)

Star network with router

A router connects a local network (LAN) to external networks, such as the internet.

When a computer wants to access a website:

The router also ensures that incoming data from the internet is sent back to the correct computer.


5. How Web Data Travels Across the Internet (Packet Switching)

Packet switching across the internet

When a web page is requested from a web server, it is split into packets.

Each packet:

Once all packets reach the client computer:

This method is called packet switching and makes the internet fast, reliable, and fault tolerant.